home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
-otherstuff-
/
amiganpi
/
src_c
/
makefile
< prev
Wrap
Makefile
|
1998-01-05
|
117b
|
11 lines
CC= gcc
CFLAGS= -O2
OBJS= main.o crc16.o fram.o
all: lpkg
lpkg: $(OBJS)
$(CC) -o lpkg $(OBJS)
clean:
rm -f *.o